home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr23 / hdts_2.zip / TERMS.LST < prev    next >
File List  |  1993-06-08  |  22KB  |  410 lines

  1.  
  2. Hard Disk Tech Specs (tm) v2.0
  3. Copyright (c) 1991,92  All rights reserved.
  4. Octagon Micro Devices - Clearwater, FL. USA
  5. 
  6. Address Mark:   The first two bytes in ID fields and data fields.    
  7.                 The first byte is always 10100001 (binary), while 
  8.                 the second byte identifies whether the  field  is  
  9.                 of the type ID or data.
  10.  
  11. Areal Density:  BPI (bits per inch) multiplied by TPI (tracks per 
  12.                 inch), resulting in bits per square inch.   Track 
  13.                 density is measured radially,  while bit  density  
  14.                 is measured circumferentially (around the track).
  15.  
  16. Average Latency:  The average time that the drive must wait before  
  17.                   the requested information passes under the read/
  18.                   write heads.  Because most drives rotate at 3600 
  19.                   RPM,  the  average  latency  for  most drives is
  20.                   8.4 ms (milliseconds).
  21.  
  22. Azimuth:        The angular distance in the plane of the disk surface
  23.                 expressed as an angle from the correct track location.
  24.  
  25. BFI:            Bytes From Index.   Often used when mapping defects 
  26.                 (bad sectors).  The index referred to is the timing 
  27.                 index.
  28.  
  29. BPI:            Bits Per Inch, or bit density.   This refers to how 
  30.                 many bits can  be placed  sided-by-side  within one 
  31.                 inch of track space, while maintaining their unique 
  32.                 states (0 or 1).     Since  data  is densest on the 
  33.                 innermost track, the BPI measurement refers to this  
  34.                 track.   The BPI measurement is actually greater on 
  35.                 the outermost tracks,   although controllers almost 
  36.                 never attempt  to pack bits more densely onto outer 
  37.                 tracks.
  38.  
  39. Capacity:       The  total storage  space  expressed  in megabytes.  
  40.                 There  are  two  distinct  types:  formatted,  and 
  41.                 unformatted capacity.  The  formatted capacity  is 
  42.                 the space usable after the disk has been low-level 
  43.                 formatted.   The  unformatted  capacity  is higher, 
  44.                 due  to the fact that  sector-boundary information 
  45.                 occupies space when the drive is formatted.
  46.  
  47. Cluster:        The number  of sectors  that  an operating system 
  48.                 accesses at one time.  A 32 Mb partition may have 
  49.                 a cluster size of 4K,   while a 512 Mb drive  may 
  50.                 have clusters 32K in size.   This simplifies  and  
  51.                 speeds up I/O for your  operating system,  though  
  52.                 large  cluster sizes often waste space when small
  53.                 amounts of data are written.
  54.  
  55. Controller:     The electronics that  allow  the system BIOS to issue 
  56.                 standard commands  to  access  the hard drive's  data.  
  57.                 On drives such as IDE  (Integrated Drive Electronics),   
  58.                 the controller is actually located on the drive itself,  
  59.                 with only  a  gateway interface needed  to  connect to 
  60.                 the system's I/O bus.
  61.  
  62. CRC:            Cyclic Redundancy Check.  A method commonly used to 
  63.                 provide a checksum for data.    As  data is written 
  64.                 to  the disk,  its  calculated CRC  is also written.  
  65.                 When data is read from the disk,  the  CRC  is also 
  66.                 read,  and then compared against a calculated CRC.
  67.  
  68. Cylinder:       A reference to all tracks at a given radius.  If a 
  69.                 drive  has  three platters,  a given cylinder will 
  70.                 consist of six complete tracks,  as  long  as each 
  71.                 side of every platter has its own read/write head.
  72.  
  73. DTR:            Data  Transfer  Rate.  This  measurement includes 
  74.                 the time needed to transfer data from the CPU, to 
  75.                 the controller,  to the actual drive.       Often 
  76.                 expressed in BPS (bits per second), an ST-506/412 
  77.                 interface typically  achieves transfer rates of 5 
  78.                 Mbits/sec,  while  most ESDI interfaces can reach
  79.                 speeds of 24 Mbits/sec.
  80.  
  81. Dedicated Servo System:   Disk  systems  employing a dedicated servo 
  82.                           system reserve  an entire disk surface for 
  83.                           reliably and accurately tracking data with  
  84.                           the  read/write heads.
  85.                 
  86. Drive Type:     On AT class machines, the system BIOS has a built-in 
  87.                 drive table  indexed by a drive type.    For example, 
  88.                 a common Phoenix BIOS used in many 286-class machines 
  89.                 recognizes that drive type 44  has  820 cylinders,  6 
  90.                 heads, and 17 sectors per track.
  91.  
  92. ECC:            Error Correction Code.    Many controllers have built-
  93.                 in ECC hardware that is used to correct a single burst 
  94.                 error of up to 11 bits.
  95.  
  96. Embedded Servo System:    Drives employing an embedded servo system 
  97.                           use servo (or tracking) information  that 
  98.                           is embedded or coexists with data.   This 
  99.                           can  be  contrasted  against a  dedicated 
  100.                           servo system,   which  reserves an entire 
  101.                           disk surface for servo information.
  102.  
  103. ESDI:           Enhanced Small Device Interface.   This interface is an
  104.                 enhanced version of the ST-506 interface,   capable  of
  105.                 transfer rates as high as 24 Mbits/sec.  Error checking
  106.                 and  correction  is  significantly  improved  over  the 
  107.                 ST-506 interface.    In addition,  ESDI controllers are 
  108.                 capable of handling floppy drives,  tape backup drives,  
  109.                 and  direct file transfers  for  any  of  these storage 
  110.                 devices.
  111.  
  112. FAT:            File Allocation Table.    This table is set up by an 
  113.                 operating system  for  tracking  the  allocation  of 
  114.                 clusters to files.  Most operating systems place the 
  115.                 FAT on the first track of a given partition.     DOS 
  116.                 maintains  two  identical  FATs  for each partition.
  117.                 Errors or discrepencies in the FAT(s) can result in
  118.                 cross-linked and truncated files.
  119.  
  120. Format:         A low-level format places cylinder  and  sector in-
  121.                 formation onto the disk surface.  This information 
  122.                 is not altered by a read or write operation to the 
  123.                 disk.    A high-level format  is  performed  by an 
  124.                 operating  system.   This process can place a boot  
  125.                 program, FATs, and system files onto special areas 
  126.                 of the disk, for use only by the operating system.
  127.  
  128. Form Factor:    The physical width dimension of the hard drive.  
  129.                 Typically, 5.25, 3.50, or 8.00 inch.
  130.  
  131. Head:           The element that actually reads or writes data to the 
  132.                 disk surface.    Hard drives usually have two or more 
  133.                 heads that are stepped from track to track  in unison 
  134.                 by a head actuator   (stepper motor,  voice coil,  or
  135.                 electronic).     Currently,  there are three types of 
  136.                 heads: 
  137.                         - Monolithic ( 8,000 BPI)
  138.                         - Composite  (12,000 BPI)
  139.                         - Thin Film  (25,000 BPI)
  140.  
  141. Head Crash:     During normal operation, the read/write heads ride on  
  142.                 an extremely thin cushion of air,   making no contact 
  143.                 with the actual disk surface. If the  drive is bumped, 
  144.                 or  if  a foreign particle  gets  lodged  between the 
  145.                 heads and the disk surface,  the heads can crash onto 
  146.                 the disk surface, resulting in physical damage.  
  147.                 Usually,  data is lost in the process.
  148.  
  149. Head Parking:   Since heads normally ride on a cushion of air created 
  150.                 by the spinning of the disk,   the heads make contact 
  151.                 with the disk surface only when the drive  is powered 
  152.                 down.  To prevent the heads  from  contacting an area 
  153.                 of the disk  that contains data,   the heads  can  be 
  154.                 parked,  or placed over a track that does not contain 
  155.                 data (Landing Zone).
  156.  
  157. IDE:            Integrated Drive Electronics.  IDE drives have a built-
  158.                 in controller,  and  only  need a gateway interface to  
  159.                 the I/O bus on the main system board.  Therefore,  all 
  160.                 command interpretation  is  done by the electronics on 
  161.                 the drive.
  162.  
  163. ID Field:       The area of every sector that contains the address 
  164.                 information  (Head, Cylinder, and Sector).  The ID 
  165.                 Field  is  created when the hard disk is low-level 
  166.                 formatted.
  167.  
  168. Gigabyte:       1,073,741,824 bytes.
  169.  
  170. Index Pulse:    Created during a low-level format.     Used by the 
  171.                 controller to sense the first sector of each track.
  172.  
  173. Index Time:     The time necessary for the hard disk to complete one
  174.                 revolution.   The controller measures the index time
  175.                 based upon the Index Pulse.
  176.  
  177. Interleave:     The scheme used to number sectors in a track.  With 
  178.                 slower controllers,    the first sector is read and 
  179.                 transferred to the computer while the second sector 
  180.                 continues to rotate past the read/write head.  Then,  
  181.                 the controller has to wait one full revolution until 
  182.                 the second sector is again under the read/write head.   
  183.                 This is very inefficient,  so the sectors,  during a 
  184.                 low-level format,  can be numbered so that the first 
  185.                 sector  is sector 1,  the third sector  is  sector 2, 
  186.                 the fifth is sector 3, etc. (2 to 1 interleave).
  187.                 This interleave factor  can  be adjusted so that the 
  188.                 next desired sector is always approaching the  read/
  189.                 write head  when  the controller is prepared to read 
  190.                 the sector. Most newer controllers, especially those 
  191.                 with a built-in track buffer, are capable of reading 
  192.                 an entire track in one revolution if the sectors are 
  193.                 numbered consecutively, which is a 1 to 1 interleave.
  194.  
  195. Landing Zone:   A cylinder, usually one greater than the last usable 
  196.                 cylinder,    to which the read/write heads are moved 
  197.                 when the drive is powered down or parked.
  198.  
  199. Low-Level Format:  * see "Format."
  200.  
  201. Master:         The primary drive.    "Slave"  is used to refer to 
  202.                 the secondary drive.    Typically used to describe
  203.                 the relationship between two IDE hard drives.
  204.                 
  205. MCA:            MicroChannel Architecture.    Used in the IBM PS/2 
  206.                 series,     the MCA allows  only  two drives to be 
  207.                 attached to the bus, even when two controllers are  
  208.                 installed  that  each  are capable of handling two 
  209.                 drives.  It is interesting to note that the system  
  210.                 BIOS will choose which drive will be C: based upon 
  211.                 the interface used.  For example, when an ESDI and 
  212.                 an ST-506/412 controller are present,   the system 
  213.                 will assign C: to the ESDI drive.
  214.  
  215. Megabyte:       1,048,576 bytes.  The standard method for expressing 
  216.                 the capacity of a hard drive.
  217.  
  218. MFM:            Modified Frequency Modulation.  A fixed-length 
  219.                 encoding method used by many hard drives.  All 
  220.                 bits are evenly spaced,  with error-correction 
  221.                 information stored with the data.
  222.  
  223. MTBF:           Mean Time Before Failure.   This is the average amount 
  224.                 of time, usually expressed in thousands of hours, that 
  225.                 the drive  will  operate  before  requiring repair  or 
  226.                 replacement.
  227.  
  228. Media:          The substance used to record information.  On most hard
  229.                 drives, the media is magnetic,  while newer drives rely
  230.                 on an optical media.
  231.  
  232. Media Defect:   Physical damage or flawed magnetic areas of a disk's
  233.                 surface.
  234.  
  235. MZR:            Multiple-Zone Recording.  This is a method of media 
  236.                 optimization where zones of neighboring tracks  are
  237.                 given progressively more  sectors per track  as the
  238.                 zones move toward the outside of the platter.   For
  239.                 example, a drive that has 612 cylinders and employs
  240.                 an MZR 3-zone scheme might group 304 tracks in each
  241.                 zone,   with the innermost zone having less sectors
  242.                 per track than the middle zone, and with the outer-
  243.                 most zone  having more  sectors per track than  the
  244.                 middle zone.
  245.  
  246. NRZ:            Non-Return to Zero.  An encoding method that requires 
  247.                 a  synchronizing clock  to  establish the position of 
  248.                 bits within a sector.
  249.  
  250. Optimization:   Relating to a drive's interleave, this is the process
  251.                 of  adjusting  the interleave factor  to achieve  the
  252.                 greatest transfer rate.  Defragmentation is a form of
  253.                 optimization  where  files are re-written to disk  in
  254.                 a sequential fashion that reduces the number of seeks
  255.                 needed to read a particular file, thusly "optimizing"
  256.                 the drive's performance.
  257.  
  258. Parity:         An error-detection  method that uses an extra bit for
  259.                 each byte, indicating whether the total number of 1's
  260.                 or 0's is odd or even.
  261.  
  262. Partition:      A range of cylinders that is designated to perform
  263.                 its own record keeping chores, thusly it acts as a
  264.                 separate drive.  Each partition has its own FAT.
  265.  
  266. Platter:        A circular piece of aluminum, usually coated or plated
  267.                 with a magnetic oxide material.  Platters are normally 
  268.                 stacked atop one another to increase storage capacity.
  269.  
  270. Recalibration:  The act of returning a drive's read/write heads to 
  271.                 track 0.
  272.  
  273. RWC:            Reduced Write Current.  Expressed as the cylinder 
  274.                 from which point the current used to write to the 
  275.                 disk surface is reduced in order to  maintain the 
  276.                 separate identity of bits in a sector.   This  is  
  277.                 sometimes necessary to compensate for the smaller  
  278.                 sectors found on the inner tracks.
  279.  
  280. RLL:            Run Length Limited.   An encoding method used to 
  281.                 limit  the length  of data written  in order  to 
  282.                 increase the capacity of the drive.    In RLL2,7, 
  283.                 the run length of 0's may be no longer than seven.  
  284.                 Most drives designed for use with MFM controllers 
  285.                 can be used with RLL controllers,  resulting in a 
  286.                 significant  gain  in  storage capacity  (this is 
  287.                 against the manufacturer's suggestion).
  288.  
  289. SASI:           Shugart Associates Systems Interface.   Pioneered
  290.                 by Al Shugart, this interface is the  predecessor
  291.                 to the SCSI interface.
  292.  
  293. SCSI:           Small Computer System Interface.     An interface 
  294.                 that allows up to seven intelligent devices to be 
  295.                 attached to the system's bus.    Currently,  hard 
  296.                 drives, tape backup units,  and printers  are the  
  297.                 predominant SCSI devices available.
  298.  
  299. SCSI-Mac:       Small Computer System Interface - Macintosh
  300.  
  301. Sector:         A logical section of a track.  Most drives pack 512 
  302.                 bytes into a sector.
  303.  
  304. Seek:           The action  of moving  the read/write heads  to a 
  305.                 specified cylinder.
  306.  
  307. Seek Time:      The average seek time,   expressed in milliseconds, 
  308.                 indicates the average time necessary  for the read/
  309.                 write heads to find or seek to a specified cylinder.   
  310.                 Another rating is track-to-track seek time.    This 
  311.                 is the time necessary to seek from one track  to an 
  312.                 adjacent track, also expressed in milliseconds.
  313.  
  314. Servo Track:    A track that is recorded at the factory,  and is used 
  315.                 to control  the  precise movement  of  the read/write 
  316.                 heads.
  317.  
  318. Skew:           Sectors sometimes are written during a low-level 
  319.                 format  in  a  way that the first few bits  of a 
  320.                 sector  are  closer  to  an adjacent outer track,  
  321.                 while the remainder of the bits  move  gradually 
  322.                 toward  an  adjacent  inner  track  in order  to  
  323.                 compensate for track-to-track seek time, avoiding 
  324.                 an  extra  disk revolution  while  the read/write
  325.                 heads are swithing from track to track.
  326.  
  327. Slave:          * see "Master."
  328.  
  329. Spindle:        The rotating shaft to which the platters are secured.
  330.  
  331. Spindle motor:  The motor that rotates the spindle,   and thusly the 
  332.                 platters.  Most often, the drive rotates at 3600 RPM.
  333.  
  334. ST-506/412:     An interface developed by Shugart in 1980 for use with 
  335.                 their ST-506 drive (5 Mb).   In 1981,  a buffered seek 
  336.                 was  added  to handle  their  new ST-412 drive (10 Mb). 
  337.                 A typical ST-506/412 interface  is capable of transfer
  338.                 rates of 5 Mbits/sec.
  339.  
  340. Stepper Motor:  The motor that steps the read/write heads from track 
  341.                 to track.  The shaft of the stepper motor rotates in 
  342.                 fixed degrees, allowing accurate head positioning.
  343.                 * see also "Voice-Coil Actuator."
  344.  
  345. Step Pulse:     A pulse sent to the stepper motor, resulting in the 
  346.                 heads being stepped in or out one track.
  347.  
  348. SMD:            Storage Module Drive.  An interface used primarily on 
  349.                 high-capacity drives.
  350.  
  351. Thin Film Head: A read/write head that is composed of a tiny integrated
  352.                 circuit (IC) as opposed to an actual coil of wire.
  353.  
  354. Terminating Resistor:   A small package of resistors that is used to
  355.                         terminate  the signals  on  the  drive cable,  
  356.                         which prevents the signals from echoing.  In  
  357.                         addition, controllers expect a certain amount 
  358.                         of electrical load, whether or not a drive is 
  359.                         actually attached.     Without  a terminating 
  360.                         resistor ,     the  controller  could  suffer 
  361.                         electrical damage.    Normally,  the drive at 
  362.                         the end of  the drive cable  should have  its 
  363.                         terminating resistor in place.    If a second 
  364.                         drive is present  in the middle  of the drive 
  365.                         cable,   its terminating resistor is normally 
  366.                         removed.
  367.  
  368. TPI:            Tracks Per Inch.  This number indicates the quality of 
  369.                 the recording media  by indicating how many tracks can 
  370.                 reside within one radial inch of the disk surface.
  371.  
  372. Track:          A circle existing at a given radius on one side of a   
  373.                 platter.      The collection of tracks existing at a 
  374.                 given radius  for all platters  is referred to as  a 
  375.                 cylinder.   Tracks are divided into sub-units called 
  376.                 sectors.
  377.  
  378. Voice-Coil Actuator:   A solenoid  used to control the positioning of 
  379.                        the read-write heads.   Instead of stepping to 
  380.                        the appropriate track,  as is the case  with a 
  381.                        stepper motor,   the voice-coil  actuator  can 
  382.                        seek directly to the desired track using servo 
  383.                        information.  * see also "Stepper Motor."
  384.  
  385. Winchester Drive:      IBM originally made a drive for mainframes  that 
  386.                        had 30 MB of fixed media, and 30 MB of removable 
  387.                        media.  The Winchester gun factory makes a rifle 
  388.                        with a 30-30 calibre, thus the name.
  389.  
  390. Write Precomp:  Write Precompensation.  The gradual reduction in write
  391.                 current from the outermost to innermost tracks.   This
  392.                 occurs over the entire range of cylinders,  as opposed 
  393.                 to RWC which starts at a pre-defined cylinder.
  394.  
  395. XSMD:           Extended Storage Module Drive.  An enhanced version of 
  396.                 the SMD interface.
  397.  
  398. ZBR:            Zone-Bit Recording.    Developed by Seagate, this is a 
  399.                 type of media optimization that varies the  number  of  
  400.                 sectors per track.  The outer tracks have more sectors 
  401.                 than the inner tracks.
  402.  
  403. ZCAV:           Zoned Constant Angular Velocity.  The "Constant Angular
  404.                 Velocity"  portion  of  the term  refers  to  the  disk 
  405.                 spinning at a steady rate.   The "Zoned" part refers to
  406.                 an increase  in  the number of sectors per track as the
  407.                 tracks get longer   (the  outer tracks  have  a  larger 
  408.                 circumference than the inner tracks, and can thusly can 
  409.                 hold more sectors).
  410.